home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis1 / src / colspace.h < prev    next >
Encoding:
Text File  |  1993-10-04  |  150 b   |  7 lines

  1. /*
  2.     colspace.h
  3. */
  4.  
  5. void hls_rgb(deci h,deci l,deci s, int *r, int *g, int *b);
  6. void rgb_hls(int _r, int _g, int _b, deci *h, deci *l, deci *s);
  7.